The EOS_EXISTS function determines whether the current HDF-EOS extensions are supported on the current platform.
Result = EOS_EXISTS( )
Returns success (1) if the HDF-EOS extensions are supported, and fail (0) if not.
None
None
IF (~ HDF_EOS_EXISTS) THEN PRINT,'HDF-EOS not available.'
5.2.1 |
Introduced |